Struct isotope::ast::Annotated [−][src]
Expand description
An annotated term
Fields
term: Arc<Expr>
The underlying term
ty: Arc<Expr>
The type this term is assigned
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Annotated
impl UnwindSafe for Annotated
Blanket Implementations
Mutably borrows from an owned value. Read more
Borrow an optional value of type T
Compare self to key
and return true
if they are equal.